home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000103_news@columbia.edu _Mon May 7 14:07:51 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.59.159])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA18372
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 7 May 2001 14:07:50 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by apakabar.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA27883
  7.     for <kermit.misc@smtp.cc.columbia.edu>; Mon, 7 May 2001 14:07:44 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA22822
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 7 May 2001 14:00:15 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: hutchens@cs.millersville.edu (David H. Hutchens)
  13. Subject: Need help with Mac OS X 10.0.2
  14. Date: Mon, 7 May 2001 17:10:01 GMT
  15. Organization: CS Dept, Millersville University
  16. Message-ID: <9d6n4u$1eo$1@jake.esu.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I was using C-Kermit 7.0.197 compiled with curses for MacOSX on my
  20. Mac G3 using the Apple supplied internal modem while running Mac OS
  21. X public beta. I'm not sure of the *actual* type of the modem.
  22.  
  23. Now that I have upgraded to Mac OS X 10.0.2, I am not able to log onto
  24. the remote computer. I get a connection and a login prompt, but
  25. nothing I type seems to reach the remote computer.
  26.  
  27. The only change I made in the configuration was to change the modem
  28. from /dev/ttyd.modem to /dev/tty.modem since Apple changed the name
  29. of the device. I also tried /dev/cu.modem with the same result.
  30.  
  31. Any ideas on what else I might try?
  32.  
  33. Thanks,
  34. - David Hutchens
  35.   Dept. of Computer Science
  36.   Millersville University
  37.   717-872-3838
  38.   hutchens@cs.millersville.edu
  39.  
  40. The precise configuration I am using is:
  41. set modem hayes-high-speed
  42. set modem speaker on
  43. set line /dev/tty.modem
  44. set flow none
  45. set prefixing all
  46. set baud 230400
  47. set delay 0
  48. set Dial timeout 55
  49. set parity none
  50. set duplex full
  51. set file name literal
  52. set file display fullscreen
  53. set block-check 1
  54. set buffers 33000 33000
  55. set window-size 2
  56. set send packet-length 9024
  57. set receive packet-length 9024
  58. set prompt dors:\v(directory) kermit>